home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 16 / AMIGAplus Sonderheft 16 (1998)(ICP)(DE)[!].iso / pd / anwendungen / dcf77 / docs and install english / try out < prev    next >
Text File  |  1998-08-16  |  518b  |  20 lines

  1. echo "*N Running Exchange, the German DCF77 Diagnosis*N and GClock in 20 Seconds...*N"
  2. echo " You can quit DCF77 Diagnosis with Ctrl-C*N or with Exchange.*N"
  3. wait 20
  4. if exists SYS:Tools/Commodities/Exchange
  5.     run >nil: SYS:Tools/Commodities/Exchange cx_popup=yes
  6. else
  7.     if exists SYS:WBStartup/Exchange
  8.         run >nil: SYS:WBStartup/Exchange cx_popup=yes
  9.     endif
  10. endif
  11. wait 2
  12. run /Utilities/GClock
  13. wait 2
  14. cd "/DCF77 (Kickstart 2.04)"
  15. copy "DCF77 Diagnosis" RAM:
  16. wait 2
  17. run "ram:DCF77 Diagnosis"
  18. delete "ram:DCF77 Diagnosis"
  19.  
  20.